[INFO] cloning repository https://github.com/fluffysquirrels/framed-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fluffysquirrels/framed-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffluffysquirrels%2Fframed-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffluffysquirrels%2Fframed-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e1d18942dcf76dfcc56d5344e0c632c0e8a1ba01
[INFO] checking fluffysquirrels/framed-rs against try#a611f2a14e38407ec6717a86a01424ee6fc80762 for pr-154992-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffluffysquirrels%2Fframed-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fluffysquirrels/framed-rs
[INFO] finished tweaking git repo https://github.com/fluffysquirrels/framed-rs
[INFO] tweaked toml for git repo https://github.com/fluffysquirrels/framed-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fluffysquirrels/framed-rs on toolchain a611f2a14e38407ec6717a86a01424ee6fc80762
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a611f2a14e38407ec6717a86a01424ee6fc80762" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fluffysquirrels/framed-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a611f2a14e38407ec6717a86a01424ee6fc80762" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-6-tc2/source/decode/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: /workspace/builds/worker-6-tc2/source/framed/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: /workspace/builds/worker-6-tc2/source/test_type/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+a611f2a14e38407ec6717a86a01424ee6fc80762" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 499c757ca97fe0660a2cdb75e70068ddb93eeb3421681c4b6a1196ab17b2b605
[INFO] running `Command { std: "docker" "start" "-a" "499c757ca97fe0660a2cdb75e70068ddb93eeb3421681c4b6a1196ab17b2b605", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "499c757ca97fe0660a2cdb75e70068ddb93eeb3421681c4b6a1196ab17b2b605", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "499c757ca97fe0660a2cdb75e70068ddb93eeb3421681c4b6a1196ab17b2b605", kill_on_drop: false }`
[INFO] [stdout] 499c757ca97fe0660a2cdb75e70068ddb93eeb3421681c4b6a1196ab17b2b605
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+a611f2a14e38407ec6717a86a01424ee6fc80762" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8055fffcb984e75356d526b07c27de5bd5541a6eac57d218163b545b6b0ff7c9
[INFO] running `Command { std: "docker" "start" "-a" "8055fffcb984e75356d526b07c27de5bd5541a6eac57d218163b545b6b0ff7c9", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/test_type/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: /opt/rustwide/workdir/decode/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: /opt/rustwide/workdir/framed/Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]     Checking serde v1.0.27
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling crc16 v0.3.4
[INFO] [stderr]     Checking encode_unicode v0.3.1
[INFO] [stderr]     Checking byteorder v1.2.1
[INFO] [stderr]     Checking ref_slice v1.1.1
[INFO] [stderr]     Checking cobs v0.1.4
[INFO] [stderr]     Checking libc v0.2.34
[INFO] [stderr]     Checking memchr v1.0.2
[INFO] [stderr]     Checking unicode-width v0.1.4
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking bitflags v1.0.1
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking vec_map v0.8.0
[INFO] [stderr]     Checking itoa v0.3.4
[INFO] [stderr]     Checking num-traits v0.1.41
[INFO] [stderr]    Compiling case v0.1.0
[INFO] [stderr]     Checking dtoa v0.4.2
[INFO] [stderr]     Checking csv-core v0.1.3
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]     Checking term_size v0.3.1
[INFO] [stderr]     Checking atty v0.2.6
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling serde_derive_internals v0.19.0
[INFO] [stderr]    Compiling derive-error v0.0.4
[INFO] [stderr]    Compiling serde_derive v1.0.27
[INFO] [stderr]     Checking ssmarshal v1.0.0
[INFO] [stderr]     Checking serde_json v1.0.9
[INFO] [stderr]     Checking csv v1.0.0-beta.5
[INFO] [stderr]     Checking framed v0.4.3 (/opt/rustwide/workdir/framed)
[INFO] [stderr]     Checking framed_decode v0.1.0 (/opt/rustwide/workdir/decode)
[INFO] [stdout] error: environment variable `FRAMED_DECODE_DYNAMIC_RS` not defined at compile time
[INFO] [stdout]  --> decode/src/main.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | include!(env!("FRAMED_DECODE_DYNAMIC_RS")); // Try building with `framed-rs/bin/decode_typed`. See documentation in `framed-rs/decode...
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `std::env::var("FRAMED_DECODE_DYNAMIC_RS")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `FRAMED_DECODE_DYNAMIC_RS` not defined at compile time
[INFO] [stdout]  --> decode/src/main.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | include!(env!("FRAMED_DECODE_DYNAMIC_RS")); // Try building with `framed-rs/bin/decode_typed`. See documentation in `framed-rs/decode...
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: use `std::env::var("FRAMED_DECODE_DYNAMIC_RS")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `UserType` in this scope
[INFO] [stdout]   --> decode/src/main.rs:48:48
[INFO] [stdout]    |
[INFO] [stdout] 48 | ...                   .typed::<UserType>()
[INFO] [stdout]    |                                ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn try<UserType>() -> Result<()> {
[INFO] [stdout]    |       ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `UserType` in this scope
[INFO] [stdout]   --> decode/src/main.rs:48:48
[INFO] [stdout]    |
[INFO] [stdout] 48 | ...                   .typed::<UserType>()
[INFO] [stdout]    |                                ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn try<UserType>() -> Result<()> {
[INFO] [stdout]    |       ++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `framed_decode` (bin "framed_decode" test) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `framed_decode` (bin "framed_decode") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "8055fffcb984e75356d526b07c27de5bd5541a6eac57d218163b545b6b0ff7c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8055fffcb984e75356d526b07c27de5bd5541a6eac57d218163b545b6b0ff7c9", kill_on_drop: false }`
[INFO] [stdout] 8055fffcb984e75356d526b07c27de5bd5541a6eac57d218163b545b6b0ff7c9
